ReadStandardCRUDRepo

interface ReadStandardCRUDRepo<ObjectType, IdType> : Repo

Functions

contains
Link copied to clipboard
abstract suspend fun contains(id: IdType): Boolean
count
Link copied to clipboard
abstract suspend fun count(): Long
getById
Link copied to clipboard
abstract suspend fun getById(id: IdType): ObjectType?
getByPagination
Link copied to clipboard
abstract suspend fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>

Inheritors

ReadCRUDCacheRepo
Link copied to clipboard
StandardCRUDRepo
Link copied to clipboard
ReadMapCRUDRepo
Link copied to clipboard
MapCRUDRepo
Link copied to clipboard
AbstractAndroidCRUDRepo
Link copied to clipboard
KtorReadStandardCrudRepo
Link copied to clipboard
KtorStandardCrudRepo
Link copied to clipboard
AbstractExposedReadCRUDRepo
Link copied to clipboard